
body,form,p,ol,ul,dl,dt,dd,p,h2,h3,h4,div,img{margin:0;padding:0;}
ul{list-style:none;}
.CB{clear:both;}
.bkk {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.bg {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #888888;
}
.css {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}



/* ----------------- 导航菜单                */
.chromestyle{
	margin:0;
	padding:0;
	height:31px;
	border:0px solid #ff0000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	float:left;
}

.chromestyle ul li a{
	color:#494949;
	display:block;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	display: block;background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
	position:absolute;
	margin:0;
	margin-top:-1px;
	padding:0;
	font:normal 12px/36px Verdana;
	line-height:10px;
	z-index:100;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color:#203b4e;
	width: 118px;
	color:#ffffff;
	visibility: hidden;
}
.w150{
	width:130px;
}
.dropmenudiv a{
display: block;
text-align:center;
text-decoration: none;
font:normal 12px/20px Arial;
color:#ffffff;
border-bottom:0px dotted #888888;
}
* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{
background-color: #7B94BD;
color:#ffffff;
text-decoration: none;
}

